home *** CD-ROM | disk | FTP | other *** search
- CRC.C
- CRC.DOC
- CRC.O
-
- Keywords: CRC CHECKSUM CALCULATION C PASCAL ARC
-
- These files include a C source and object module for a CRC checksum
- calculation routine. The doc file shows how to use this with Personal
- Pascal. I have found this to be faster than using a routine written
- entirely in Pascal, and it is ready to use in any terminal program, etc.
- Alan Weston
-
-
- JOYSTICK.DOC
- JOYSUBS.O
- JOYSUBS.S
- JOYTEST.PAS
-
- Keywords: JOYSTICK READER PERSONAL PASCAL ASSEMBLER SOURCE OSS
-
- A short routine designed to be used with Personal Pascal which allows
- direct reading of the joysticks. Includes assembler source, object file,
- doc file, and a demo program in PPascal. The object file is usable in any
- language you can link it to. Have fun!
-
-
- PASACC.O
- PRINT.ACC
- PRINT.DOC
- PRINT.PAS
-
- This file is a UPDATED version of the previously submited PRINT.ACC
- accessory, with two bugs fixed.
- The accessory, when installed, will format a file with headers and an
- optional line number before sending to your printer. It will work with
- any resolution. This is another example of how to do a desk accessory with
- Personal Pascal.
-
-
- PPLISTAC.PAS
- PPLISTER.ACC
- PPLISTER.DOC
-
- PASCAL_LISTER adds line numbers and tab reference marks that match the
- Personal Pascal editor for easy reference. Currently supports Epson
- compatible printers, but fully commented source code is included if you
- need to make changes. This is a very nice desk accessory for listing files.
- I especially like the tab marks at the top of the page for help in aligning
- source code.
-
-
- XOR.DOC
- XOR.O
-
- Keywords: PERSONAL PASCAL XOR EOR EXCLUSIVE OR CRC CHECKSUM
-
- This is an object module that will give you an XOR (exclusive OR) function
- for Personal Pascal. A short DOC file is also included -- extremely
- useful if you are doing CRC calculations. -keith
-